home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000263_news@columbia.edu_Wed Nov 23 15:27:59 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02002
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 24 Nov 1994 11:32:35 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06142
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 24 Nov 1994 11:32:34 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!swrinde!pipex!uunet!newsflash.concordia.ca!CC.UMontreal.CA!IRO.UMontreal.CA!clouso.crim.ca!hobbit.ireq.hydro.qc.ca!seguin!regie
  7. From: regie@ireq-robot.hydro.qc.ca (Regis Houde)
  8. Subject: Xmodem with kermit
  9. Message-Id: <Czq8Ao.6qn@ireq.hydro.qc.ca>
  10. Sender: news@ireq.hydro.qc.ca (Netnews Admin)
  11. Reply-To: regie@ireq-robot.hydro.qc.ca
  12. Organization: IREQ - Hydro-Quebec
  13. Date: Wed, 23 Nov 1994 15:27:59 GMT
  14. Lines: 43
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. Sorry if this is a trivial question but...
  19.  
  20. I want to download a file from Unix to a BBS using Xmodem. I
  21. don't have control over the protocol/software used by the BBS
  22. machine. Here is what I did (and it didn't work...)
  23.  
  24. ------- Kermit session ------
  25.  
  26. set modem hayes
  27. set line /dev/cua1        
  28. set file type binary
  29. set speed 9600
  30. dial BBS_NUMBER
  31. connect
  32.  
  33. %     Here I placed the BBS software in the recieve mode
  34. %
  35.  
  36. % I tried
  37.  
  38. run xmodem -sbk my_file
  39.  
  40. % And
  41.  
  42. !xmodem -sbk my_file
  43.  
  44.  
  45. ------- End of Kermit session ------
  46.  
  47. What am I doing wrong? If someone know how to do it using tip, I'll
  48. appreciate too.
  49.  
  50. Thank you
  51.  
  52.  
  53. --------------------------------------------------------------------
  54. Regis Houde                             regie@ireq-robot.hydro.qc.ca
  55. Institut de recherche d'Hydro-Quebec    regie@ireq-robot.uucp
  56. 1800, montee Sainte-Julie        (514) 652-8107
  57. Varennes, Que., Canada   J3X 1S1    FAX : (514) 652-1316
  58. --------------------------------------------------------------------
  59.